-
Notifications
You must be signed in to change notification settings - Fork 272
feat(amazonq): Add model selection for agentic chat #5771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Fixed
Show fixed
Hide fixed
...ains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt
Outdated
Show resolved
Hide resolved
…brains into model-selection
...munity/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hold for release approval
cancelButtonWhenLoading: false, | ||
}) | ||
} else { | ||
this.mynahUI?.updateStore(affectedTabId, { promptInputOptions: [] }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was to address the issue of "Inconsistent behavior when opening agent tabs (/review, /doc, etc)." When the tab is reused it keeps the prompt input options visible, but when a new tab is created it doesn't.
Types of changes
Description
Users should be able to select a specific bedrock model for agentic chat.
Adds a dropdown with 3 options: auto, sonnet 3.7 and sonnet 3.5, the selected value gets passed to the model request.
Flare changes: aws/language-servers#1294
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.